home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 096 / condr151.arc / READ.ME < prev   
Encoding:
Text File  |  1987-04-12  |  3.1 KB  |  91 lines

  1.  
  2. Here's a recap of what you should find in this archive...
  3.  
  4. CONDOR.COM    The key to running RBBS-PC 15.1A "doorware" with PCBoard
  5.               versions 11.8D/E, single-node configurations.
  6.  
  7. CONDOR.DOC    Detailed instructions for installation and use of
  8.               CONDOR.COM.  This is REQUIRED reading!  Please don't
  9.               attempt to use CONDOR until you understand its
  10.               operation.
  11.  
  12. MESSAGES      Sample RBBS-PC messages file, with node record
  13.               configured to allow doorware inspection from local
  14.               terminal.  CONDOR.COM generates this file from
  15.               PCBOARD.SYS data.  MESSAGES must reside in same
  16.               subdirectory as doorware application.  This file is
  17.               set for color graphics mode.
  18.  
  19. MSGS-NG       Same as MESSAGES, but non-graphics mode.  Rename to
  20.               MESSAGES if used.
  21.  
  22. RBBS-PC.DEF   Default output sample (except for SysOp and system
  23.               names) of RBBS-PC's CONFIG.EXE utility.  .DEF must
  24.               reside in same subdirectory as doorware application.
  25.               This file is analogous to PCBOARD.DAT, and may need
  26.               to be configured to YOUR system.  Use version 30.1
  27.               of CONFIG.EXE, available on our system, or from any
  28.               of the major RBBS-PC systems.
  29.  
  30. READ.ME       This file, including last-minute changes, if any.
  31.  
  32.  
  33. Please promptly report any problems with this package.  Suggestions
  34. are always welcome.
  35.  
  36. ==[ Corrections ]=============================================================
  37.  
  38. 10-Apr-87  17:30
  39. ----------------
  40.  
  41. You may ignore the conclusions drawn in Section 2.1 of CONDOR15's doc file. 
  42.  
  43. MONITOR 15.1A (and perhaps others if not running under monitor) expect to find 
  44. a short file (about 40 bytes),  with the filename of Option 103 in CONFIG.EXE.  
  45. This is changed to DOOR.BAT in the sample RBBS-PC.DEF file supplied. 
  46.  
  47. The file MUST reside within MONITOR's actual directory, along with RBBS-PC.DEF 
  48. and MESSAGES. 
  49.  
  50. The contents should be as follows: 
  51.  
  52. C:COMMAND /C GAMES.BAT 1 
  53. C:RBBS.BAT 
  54.  
  55. MONITOR  15.1A  obviously reads this file,  but it has no further effect  when 
  56. running under PCBoard.  
  57.  
  58.  
  59. 11-Apr-87  06:35
  60. ----------------
  61.  
  62. The batch file to invoke MONITOR 15.1A is slightly different from the  BBSLIST 
  63. example given in Section 2.4.  You MUST pass the node number as an argument to 
  64. MONITOR.  Since CONDOR15 only supports single-node operation, this will ALWAYS 
  65. be a 1.  Here is an exact copy of our own batch file:
  66.  
  67. echo off
  68. c:\pcb\condor pcboard.sys c:\pcb\doors\messages
  69. cd\
  70. cd\pcb\doors
  71. monitor 1
  72. cd\pcb
  73. c:\pcb\board.bat
  74.  
  75.  
  76. 12-Apr-87  22:35    Reported by PCBoard SysOp Rob Hays
  77. ----------------    Chattanooga, TN
  78.  
  79. Version 1.5 coding followed the convention of LEFT-justifying "300" within the 
  80. BAUD.RATE ASCII string,  required by 14.1C doorware.   MONITOR 15.1A  requires 
  81. RIGHT-justification.   Version 1.5  caused MONITOR to abort with the  "Consult 
  82. docs" message, if a caller entered the monitor at 300 bps. 
  83.  
  84. Version  1.51   corrects  this problem,  but will be incompatible  with  14.1C 
  85. doorware. 
  86.  
  87.  
  88. Mike Davidson
  89. Intermountain Softworks
  90.  
  91.